Component org.nuxeo.ecm.platform.routing.dm.operations
In bundle org.nuxeo.ecm.platform.routing.dm
Contributions
XML Source
<component name="org.nuxeo.ecm.platform.routing.dm.operations" version="1.0">
<extension target="org.nuxeo.ecm.core.operation.OperationServiceComponent"
point="operations">
<operation
class="org.nuxeo.ecm.platform.routing.dm.operation.CreateRoutingTask" />
<operation
class="org.nuxeo.ecm.platform.routing.dm.operation.RemoveRoutingTask" />
<operation
class="org.nuxeo.ecm.platform.routing.dm.operation.SetCurrentRunningStepFromTask" />
<operation
class="org.nuxeo.ecm.platform.routing.dm.operation.EvaluateCondition" />
</extension>
</component>